home *** CD-ROM | disk | FTP | other *** search
-
- DLINK is compatible with Turbo C 2.0. It is an implementation of a linked
- list, with a fairly elaborate (and reusable) character based interface.
- Included is a sample data file, "SAVE.DAT".
-
- I included a project file for compiling the program in the integrated
- environment. However, to compile from the command line using TCC, type
-
- TCC DLINK DSCREEN DCURSOR
-
- Include "-v" as an option directly following the TCC if you want to debug
- the program in the integrated environment or Turbo Debugger.
-
- To run the executable program at the DOS command line, type "DLINK". If
- you want to load the data file immediately, type "DLINK SAVE.DAT".
-
- There a few minor (harmless) inconsistencies in the program. For example,
- I used both Borland's "clrscr()" function, and one I created myself using
- a DOS interrupt generated using register access functions from "dos.h",
- and called it "cls()". This stuff is purely arbitrary.
-
- Enjoy.
-